func runtime.asmcgocall
14 uses
runtime (current package)
cgocall.go#L175: errno := asmcgocall(fn, arg)
env_posix.go#L54: asmcgocall(_cgo_setenv, unsafe.Pointer(&arg))
env_posix.go#L63: asmcgocall(_cgo_unsetenv, unsafe.Pointer(&arg))
lock_futex.go#L162: asmcgocall(*cgo_yield, nil)
lock_futex.go#L185: asmcgocall(*cgo_yield, nil)
lock_futex.go#L204: asmcgocall(*cgo_yield, nil)
proc.go#L2056: asmcgocall(_cgo_getstackbound, unsafe.Pointer(&bounds))
proc.go#L2238: asmcgocall(_cgo_bindm, unsafe.Pointer(g))
proc.go#L2450: asmcgocall(_cgo_thread_start, unsafe.Pointer(&ts))
proc.go#L2952: asmcgocall(*cgo_yield, nil)
proc.go#L5593: asmcgocall(*cgo_yield, nil)
stubs.go#L377: func asmcgocall(fn, arg unsafe.Pointer) int32
traceback.go#L1609: call = asmcgocall
traceback.go#L1629: call = asmcgocall
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |